tomatch jest

74

tomatch jest -

describe('grapefruits are healthy', () => {
  test('grapefruits are a fruit', () => {
    expect('grapefruits').toMatch('fruit');
  });
});

Comments

Submit
0 Comments